home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / debug.h < prev    next >
C/C++ Source or Header  |  1994-04-16  |  260b  |  8 lines

  1. extern void putln(char *DebugString);
  2. void InitDebug(void);
  3. Boolean    DebugKeys(Boolean cmddwn, unsigned char ascii, short s);
  4. void    ShowDebugWindow(void);
  5.  
  6. // Don't undef this if compiling for PPC!!!!!!!! Yeah, sure Audit works w/PPC! ;)
  7. //#define SUPPORT_AUDIT
  8.